From: Stefan Monnier Date: Wed, 9 Sep 2009 01:21:10 +0000 (+0000) Subject: (Vtruncate_partial_width_windows): Improve docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10619 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5069156c817cdf08214ceea9bf778952a7aa98a1;p=emacs.git (Vtruncate_partial_width_windows): Improve docstring. --- diff --git a/src/xdisp.c b/src/xdisp.c index 52c4037bbb2..f67081a959d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -24862,13 +24862,13 @@ Value is a number or a cons (WIDTH-DPI . HEIGHT-DPI). */); DEFVAR_LISP ("truncate-partial-width-windows", &Vtruncate_partial_width_windows, - doc: /* Non-nil means truncate lines in windows with less than the frame width. -For an integer value, truncate lines in each window with less than the + doc: /* Non-nil means truncate lines in windows narrower than the frame. +For an integer value, truncate lines in each window narrower than the full frame width, provided the window width is less than that integer; otherwise, respect the value of `truncate-lines'. -For any other non-nil value, truncate lines in all windows with -less than the full frame width. +For any other non-nil value, truncate lines in all windows that do +not span the full frame width. A value of nil means to respect the value of `truncate-lines'.